projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dc1d02
)
[IA64] Ignore SAL_PHYSICAL_ID_INFO
author
Alex Williamson
<alex.williamson@hp.com>
Tue, 6 Nov 2007 21:20:05 +0000
(14:20 -0700)
committer
Alex Williamson
<alex.williamson@hp.com>
Tue, 6 Nov 2007 21:20:05 +0000
(14:20 -0700)
Newer upstream Linux kernels calls this. Simply return
unimplemented for now.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/xen/fw_emul.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/fw_emul.c
b/xen/arch/ia64/xen/fw_emul.c
index 5ef3ab9f4fa78806b02a6dfaccda5db591cf2c92..232c6312bc567910081ca7b7504900586f5e1b76 100644
(file)
--- a/
xen/arch/ia64/xen/fw_emul.c
+++ b/
xen/arch/ia64/xen/fw_emul.c
@@
-379,6
+379,9
@@
sal_emulator (long index, unsigned long in1, unsigned long in2,
case SAL_UPDATE_PAL:
printk("*** CALLED SAL_UPDATE_PAL. IGNORED...\n");
break;
+ case SAL_PHYSICAL_ID_INFO:
+ status = -1;
+ break;
case SAL_XEN_SAL_RETURN:
if (!test_and_set_bit(_VPF_down, ¤t->pause_flags))
vcpu_sleep_nosync(current);